From 3634bbe5e78e0d6344698684943986e8f096e490 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 20:13:27 +0900 Subject: clean up some waybar css junks --- config/waybar/style/[Extra] EverForest.css | 63 ++++++++++-------------------- 1 file changed, 20 insertions(+), 43 deletions(-) (limited to 'config/waybar/style/[Extra] EverForest.css') diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css index 785acf01..d44c5316 100644 --- a/config/waybar/style/[Extra] EverForest.css +++ b/config/waybar/style/[Extra] EverForest.css @@ -60,11 +60,6 @@ window#waybar.hidden { background-color: @bg0; } -window#waybar.empty, -window#waybar.empty #window { - background: none; -} - .modules-left button:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; @@ -241,48 +236,29 @@ window#waybar.empty #window { background-color: @aqua; } +#backlight-slider slider, #pulseaudio-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#pulseaudio-slider trough { - min-width: 80px; - min-height: 5px; - border-radius: 5px; - background-color: #22252a; + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; } - -#pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: #ba5663; + +#backlight-slider trough, +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: #22252a; } -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #ba5663; +#backlight-slider highlight, +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: #ba5663; } #backlight, @@ -319,6 +295,7 @@ window#waybar.empty #window { #custom-hint, #custom-hypridle, #custom-menu, +#custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, -- cgit v1.2.3